home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / mjog.arc / MJOG.DOC < prev   
Encoding:
Text File  |  1985-06-04  |  2.7 KB  |  76 lines

  1.                   mjog 1.2     05/04/85
  2.  
  3.     mjog is a little program which can help jog your memory for
  4.     important dates (mjog = Memory JOGger).  You can use mjog to
  5.     create a small file containing birthdays, appointments, etc.,
  6.     and it will start reminding you about them ten days in advance.
  7.  
  8.     To add a date to your file (or to create a new file if there
  9.     isn't one already), just type
  10.  
  11.         mjog mm/dd/yy text
  12.  
  13.     where the mm/dd/yy is (obviously) the date, and "text" is
  14.     whatever info you want displayed for that date.  For example, if
  15.     you type:
  16.  
  17.         mjog 4/13/85 Dinner with CPA
  18.  
  19.     mjog will add the note "Dinner with CPA" (on 4/15/85) to your
  20.     file.
  21.  
  22.     To see if any important dates are coming up, just type "mjog".
  23.     It will list anything coming up within ten days.
  24.  
  25.     If you leave off the year ("mjog 4/16 Find new CPA"), mjog will
  26.     assume it's an annual event and remind you every year.  If you
  27.     do include the year, you can use either yy ("85") or yyyy
  28.     ("1985") format.  If the year is less than 85, it's assumed to
  29.     be 20xx (like we'll really be using MSDOS machines in 2001).
  30.  
  31.     If you wish to occasionally "clean up" the mjog data file,
  32.     include a "-c" parameter:
  33.  
  34.         mjog -c
  35.  
  36.     This will delete from the file any any entries for dates earlier
  37.     than the current date.    You may use -c along with other
  38.     parameters, but it must be first:
  39.  
  40.         mjog -c mm/dd/yy text
  41.  
  42.     The file that mjog creates is called "mjog.dat".  If mjog.dat
  43.     will be in a directory other than the current (default)
  44.     directory when mjog is run, you must inform the program where it
  45.     is.  Do this by including this statement in your autoexec.bat:
  46.  
  47.         mjogdir=<drive:path>
  48.  
  49.     For example, if the file is to be kept in directory C:\UTILITY,
  50.     include this statement in you autoexec file:
  51.  
  52.         mjogdir=c:\utility
  53.  
  54.     The file is a standard ASCII text file, so you can edit it using
  55.     your text editor if your wish.    Note, however, that (due to a
  56.     bug in the language compiler used to write mjog), your editor
  57.     must NOT add an end-of-file character (^Z, decimal 26) to the
  58.     end of the file.  This will cause problems in reading new dates
  59.     added to the file.
  60.  
  61.     mjog is a nice program to put in your autoexec.bat.
  62.  
  63.     This program has been placed in the public domain by its author.
  64.     You may use it or give it to others, but you may not sell it.  I
  65.     do not warrant that it does anything worthwhile.  mjog
  66.     duplicates features of a similar program, the author of which
  67.     (a) asks for a donation, and (b) won't tell you how to get rid
  68.     of the irritating program logo (which also asks for a donation)
  69.     unless you pay the piper.  This is a trivial program, folks.  I
  70.     wrote it in about forty-five minutes, and you shouldn't
  71.     have to pay for it.
  72.  
  73.     Chris Dunford
  74.     CompuServe 76703,2002
  75.     Version 1.2  05/04/85
  76.